.facility h1{
    font-family: "Story Script", sans-serif;
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
    color: #2d2b9b;
}
.facility h2{
      font-family: "Story Script", sans-serif;
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
    color: #fc2c16;
}
.set2{
    display: flex;
    width: 80%;
    margin-left: 15%;
    gap: 2%;
    margin-top: 20px;
}
.set1:hover{
    scale:1.05;
}
.set1:hover img{
    box-shadow: 5px 10px 10px black;

}
.set1 p{
    text-align: center;
    font-size: 18px;
    background-color: #2d2b9b;
    margin-top: 1.5%;
    color: white;
    border-radius: 20px;

}
.set1 img{
    width: 400px;
    height: 400px;
    border-radius: 20px;
}

@media (max-width: 768px){
    .set2{
    display: block;
    width: 80%;
    margin-left: 15%;
    gap: 2%;
    margin-top: 20px;
}
.set1 img{
    width: 200px;
    height: 200px;
    border-radius: 20px;
    margin-left: 13%;
}
}